FlexReport for WinForms
C1TextBlockRange コンストラクタ(C1TextRange[])


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1TextBlockRange クラス > C1TextBlockRange コンストラクタ : C1TextBlockRange コンストラクタ(C1TextRange[])
List of C1TextRange structures.
Initializes a new instance of the C1TextBlockRange class. C1TextBlockRange will use passed list of text ranges, i.e. it will not create own copy.
シンタックス
'宣言
 
Public Function New( _
   ByVal ParamArray textRanges() As C1TextRange _
)
'使用法
 
Dim textRanges() As C1TextRange
 
Dim instance As New C1TextBlockRange(textRanges)
public C1TextBlockRange( 
   params C1TextRange[] textRanges
)

パラメータ

textRanges
List of C1TextRange structures.
参照

参照

C1TextBlockRange クラス
C1TextBlockRange メンバ
オーバーロード一覧